/* Content */
a {
    text-decoration: none;
}

a:hover {
    color: #85bc20;
}

h1, .main-section h1 {
    font-family: Franziska;
    font-style: italic;
    font-weight: 700;
}

.img.imgThumbnail {
    border: 1px solid #7fd121;
    border-radius: 0;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage, .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage {
    background-position-y: 5px;
    display: inline-block;
    padding-left: 18px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage .MCDropDown_Image_Icon, .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage .MCDropDown_Image_Icon {
    display: none;
}

div.notedropdown {
    background: #ffffff;
    border: 1px solid #007ac3;
    border-radius: 0;
    color: #007ac3;
    width: 100%;
}

.TableStyle-Standard {
    border-radius: 0;
}

.relatedTopics:link, .relatedTopics, .toggler:link, .toggler {
    color: #007AC3;
}

.SeeAlso {
	border-top: 1px solid lightgray;
	font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
}

.main-section img {
    max-height: 340px;
	max-width: 100%;
}

.main-section img.img-inline {
	border: 1px solid #b7b7b7;
	vertical-align: middle;
}

a.button {
    background-color: #007ac3;
    color: #fff;
    padding: 10px;
    float: none;
}

a.button:hover {
    background-color: #409bd2;
}

/* Search filter style */
.search-bar .search-filter-content{
    border-radius: 0;
    box-shadow: 0 0 8px #757575;
}

.search-bar .search-filter-content ul li:hover {
    cursor: pointer;
}

/* Breadcrumb style */
.row-breadcrumbs {
    background: #007ac3;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.row-breadcrumbs:after {
    clear: both;
    content: "";
    display: block;
}

.row-breadcrumbs > div {
    background: #007ac3;
}

.row-breadcrumbs > div:after {
    background-color: #007ac3;
    bottom: 0;
    content: ' ';
    display: block;
    left: -50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    z-index: -2;
}

.row-breadcrumbs .nocontent {
    float: left;
}

div.MCBreadcrumbsBox_0 {
    background: #007ac3;
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
}

.MCBreadcrumbsPrefix {
    display: none;
}

.MCBreadcrumbsDivider {
    color: #80bde1;
}

.MCBreadcrumbsBox_0 a.MCBreadcrumbsLink, .MCBreadcrumbsBox_0 a.MCBreadcrumbsLink:visited {
    color: #ffffff;
    text-decoration: none;
}

.MCBreadcrumbsBox_0 a.MCBreadcrumbsLink:hover {
    color: #d4e8b1;
}

.product_name {
    background: #85bc20;
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    padding: 12.5px 15px;
    position: relative;
    text-align: left;
}

.product_name:after {
    background-color: #85bc20;
    bottom: 0;
    content: ' ';
    display: block;
    left: 0;
    margin-left: 50%;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
}

/* Result list */
._Skins_HTML5___Search_Result.mc-component h1#results-heading {
    font-family: Franziska;
    font-style: italic;
    font-weight: 700;
}

._Skins_HTML5___Search_Result.mc-component #pagination {
    margin-top: 25px;
}

._Skins_HTML5___Search_Result.mc-component #pagination a {
    background-color: #a6d1ea;
    border: 0;
    transition: background-color .1s ease-out;
}

._Skins_HTML5___Search_Result.mc-component #pagination a:hover {
    background-color: #80bde1;
}

._Skins_HTML5___Search_Result.mc-component #pagination a#selected, ._Skins_HTML5___Search_Result.mc-component #pagination a#selected:hover {
    background-color:#ffffff;
}

._Skins_HTML5___Search_Result.mc-component #pagination a.nextPage, ._Skins_HTML5___Search_Result.mc-component #pagination a.previousPage {
    background: #007ac3;
    color:#ffffff;
    font-family: FontAwesome;
    padding-bottom: 11px;
    padding-top:10px;
}

/* Left submenu */
ul.menu._Skins_ProxyMenu.mc-component li > a {
    font-weight: 300;
    line-height: 1.4em;
}

ul.menu._Skins_ProxyMenu.mc-component li > a.selected:hover {
    background: transparent;
    cursor: pointer;
}

._Skins_Toolbar2.mc-component .button.print-button:hover {
    background: url(Images/printer.png) no-repeat center center, -moz-linear-gradient(top, #409bd2 0%, #409bd2 100%);
    background: url(Images/printer.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#409bd2), color-stop(100%,#409bd2));
    background: url(Images/printer.png) no-repeat center center, -webkit-linear-gradient(top, #409bd2 0%, #409bd2 100%);
    background: url(Images/printer.png) no-repeat center center, -o-linear-gradient(top, #409bd2 0%,#409bd2 100%);
    background: url(Images/printer.png) no-repeat center center, -ms-linear-gradient(top, #409bd2 0%,#409bd2 100%);
    background: url(Images/printer.png) no-repeat center center, linear-gradient(top, #409bd2 0%,#409bd2 100%);  
}

._Skins_Toolbar2.mc-component .button.remove-highlight-button:hover {
    background: url(Images/remove_highlight.png) no-repeat center center, -moz-linear-gradient(top, #409bd2 0%, #409bd2 100%);
    background: url(Images/remove_highlight.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#409bd2), color-stop(100%,#409bd2));
    background: url(Images/remove_highlight.png) no-repeat center center, -webkit-linear-gradient(top, #409bd2 0%, #409bd2 100%);
    background: url(Images/remove_highlight.png) no-repeat center center, -o-linear-gradient(top, #409bd2 0%,#409bd2 100%);
    background: url(Images/remove_highlight.png) no-repeat center center, -ms-linear-gradient(top, #409bd2 0%,#409bd2 100%);
    background: url(Images/remove_highlight.png) no-repeat center center, linear-gradient(top, #409bd2 0%,#409bd2 100%);  
}

/* Footer */
.bck_gray {
    background: #757575;
    color: #ffffff;
    margin-top: 20px;
    padding: 30px 0;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.extended_bck_gray {
    background-color: #757575;
    bottom: 0;
    clear: both;
    content: ' ';
    display: block;
    margin-left: -250%;
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: 0;
    width: 1000%;
    z-index: -1;
}

.footer_col {
    float: left;
    margin-left: 2.5%;
    max-width: 100%;
    position: relative;
    width: 17.5%;
    zoom: 1;
}

.footer_col:first-child {
    margin-left: 0;
}

.footer_col .footer_title {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding-top: 30px;
    text-align: left;
}

.footer_col .footer_title a, .footer_col .footer_title a:hover {
    color: #b7b7b7;
}

.footer_col ul {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_col ul li {
    font-size: 14px;
    list-style: none;
    line-height: 21px;
    margin: 0;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    text-align: left;
}

.footer_col ul li a {
    color: #ffffff;
}

.footer_col ul li a:hover {
    color: #ccc;
}

.footer_col ul.footer_social {
    margin-top: 50px;
    padding: 0;
}

.footer_col ul.footer_social li {
    display: inline;
    font-family: FontAwesome;
    font-size: 27px;
    padding: 0 0 0 20px;
}

.footer_col ul.footer_social li:first-child {
    padding-left: 0;
}

.footer_col ul.footer_social li a {
    color: #ffffff;
}

.footer_col ul.footer_social li a:hover {
    color: #ccc;
}

.footer_logo {
    background: url('Images/wk_header_logo.png') no-repeat;
    background-size: 190px 32px;
    float: left;
    height: 32px;
    width: 190px;
}

.Copyright_container {
    padding-bottom: 4px;
    padding-top: 20px;
    width: 100%;
}

.Copyright_container a {
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin: 0 0 0 40px;
}

.Copyright_container a:first-child {
    margin-left: 0;
}

.Copyright_container a:hover {
    color: #777;
}

.Copyright_container > span.Copyright {
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 21px;
    margin-left: 40px;
    text-align: left;
}